The source code to this class is copyright 2001 REAL Software, Inc.
You may use and modify this for your own projects. However, this class or any class derived from it may not be resold separately without the expressed written consent of REAL Software, Inc.
Introduction
This class draws a calendar and gives you quite a bit of flexibility in how the calendar actually draws as well as responding to user events. The names of the days of the week automatically change to fit the size of the calendar.
Properties
Here are the properties you can access and their default values:
colorDepth = 8
FontName = "Helvetica"
FontSize = 12
selectionType = 1 //allow one day to be selected
The available selection types are:
'SelectionType:
'0 = none
'1 = single day
'2 = multiple days (discontigous)
These properties control the colors used for drawing. If you are sure what a particular color is, let me know.